Click or drag to resize

IconIndex Enumeration

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum IconIndex
Members
  Member nameValueDescription
Default0 Specifies the default icon.
PostItem1 Specifies the icon for a post item.
MailRead2 Specifies the mail read icon.
MailUnread3 Specifies the unread mail icon.
MailReplied4 Specifies the replied to mail icon.
MailForwarded5 Specifies the forwarded mail icon.
MailEncrypted6 Specifies the encrypted mail icon.
MailSmimeSigned7 Specifies the S/MIME (Secure/Multipurpose Internet Mail Extensions) signed mail icon.
MailEncryptedReplied8 Specifies the encrypted replied to mail icon.
MailSmimeSignedReplied9 Specifies the S/MIME signed replied to mail icon.
MailEncryptedForwarded10 Specifies the encrypted forwarded mail icon.
MailSmimeSignedForwarded11 Specifies the S/MIME signed forwarded mail icon.
MailEncryptedRead12 Specifies the encrypted read mail icon.
MailSmimeSignedRead13 Specifies the S/MIME signed read mail icon.
MailIrm14 Specifies the Information Rights Management (IRM)-protected mail icon.
MailIrmForwarded15 Specifies the IRM-protected forwarded mail icon.
MailIrmReplied16 Specifies the IRM-protected replied to mail icon.
SmsSubmitted17 Specifies the icon mail submitted for Short Message Service (SMS) routing.
SmsRoutedToDeliveryPoint18 Specifies the icon for SMS routing to an external delivery point.
SmsRoutedToExternalMessagingSystem19 Specifies the icon for SMS routing to an external messaging system.
SmsDelivered20 Specifies the SMS delivered mail icon.
OutlookDefaultForContacts21 Specifies the default icon for contacts.
AppointmentItem22 Specifies the appointment item icon.
AppointmentRecur23 Specifies the recurring appointment icon.
AppointmentMeet24 Specifies the meeting icon.
AppointmentMeetRecur25 Specifies the recurring meeting icon.
AppointmentMeetNY26 Specifies the icon for a tentative response to the meeting.
AppointmentMeetYes27 Specifies the meeting acceptance icon.
AppointmentMeetNo28 Specifies the meeting declined icon.
AppointmentMeetMaybe29 Specifies the icon for a maybe response to the meeting.
AppointmentMeetCancel30 Specifies the meeting cancel icon.
AppointmentMeetInfo31 Specifies the meeting information icon.
TaskItem32 Specifies the task item icon.
TaskRecur33 Specifies the recurring task icon.
TaskOwned34 Specifies the task owned icon.
TaskDelegated35 Specifies the task delegated icon.
None36
See Also